DataCollection | ComponentOne
C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreCursorDataCollectionBase<T> Class / InternalList Property

In This Topic
    InternalList Property (C1EntityFrameworkCoreCursorDataCollectionBase<T>)
    In This Topic
    Gets or sets the list that hold the items to be returned in the public api.
    Syntax
    'Declaration
     
    Protected ReadOnly Property InternalList As List(Of T)
    protected List<T> InternalList {get;}
    See Also